home *** CD-ROM | disk | FTP | other *** search
/ Light & Shade: Niida Takashi / Light & Shade: Niida Takashi.iso / mac / WIN / AUTO2.Dxr / 00060.ls < prev    next >
Encoding:
Text File  |  1998-09-06  |  196 b   |  12 lines

  1. on exitFrame
  2.   global x, playlist
  3.   if the mouseDown then
  4.     set x to 53
  5.     put EMPTY into field "playList"
  6.     sound stop 1
  7.     puppetTransition(23)
  8.     cursor(-1)
  9.     go("menu2")
  10.   end if
  11. end
  12.